home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / daolibb / daosampl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-04-08  |  1.4 KB  |  54 lines

  1. // DaoSample.h : main header file for the DAOSAMPLE application
  2. //
  3.  
  4. #if !defined(AFX_DAOSAMPLE_H__BCBC9B67_9F6F_11D2_91E5_EE9021000000__INCLUDED_)
  5. #define AFX_DAOSAMPLE_H__BCBC9B67_9F6F_11D2_91E5_EE9021000000__INCLUDED_
  6.  
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10.  
  11. #ifndef __AFXWIN_H__
  12.     #error include 'stdafx.h' before including this file for PCH
  13. #endif
  14.  
  15. #include "resource.h"       // main symbols
  16. #include "bordao.h"
  17.  
  18. /////////////////////////////////////////////////////////////////////////////
  19. // CDaoSampleApp:
  20. // See DaoSample.cpp for the implementation of this class
  21. //
  22.  
  23. class CDaoSampleApp : public CWinApp
  24. {
  25. public:
  26.     CDaoSampleApp();
  27.     ~CDaoSampleApp();
  28.  
  29. // Overrides
  30.     // ClassWizard generated virtual function overrides
  31.     //{{AFX_VIRTUAL(CDaoSampleApp)
  32.     public:
  33.     virtual BOOL InitInstance();
  34.     //}}AFX_VIRTUAL
  35.  
  36. // Implementation
  37.  
  38. public:
  39.     //{{AFX_MSG(CDaoSampleApp)
  40.     afx_msg void OnAppAbout();
  41.         // NOTE - the ClassWizard will add and remove member functions here.
  42.         //    DO NOT EDIT what you see in these blocks of generated code !
  43.     //}}AFX_MSG
  44.     DECLARE_MESSAGE_MAP()
  45. };
  46.  
  47.  
  48. /////////////////////////////////////////////////////////////////////////////
  49.  
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  52.  
  53. #endif // !defined(AFX_DAOSAMPLE_H__BCBC9B67_9F6F_11D2_91E5_EE9021000000__INCLUDED_)
  54.